home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste2.0 / source / apfelkiste2.0src.lzh / Apf0.h next >
Text File  |  1991-07-21  |  669b  |  27 lines

  1. /************************************************************************/
  2. /* Apf0.h --- Preprocessor definitions to distinct the gadgets        */
  3. /************************************************************************/
  4.  
  5. #define GAD_FLOAT    0
  6. #define GAD_REAL0    1
  7. #define GAD_REAL1    2
  8. #define GAD_IMAG0    3
  9. #define GAD_IMAG1    4
  10. #define GAD_MAXITER    5
  11. #define GAD_DIV        6
  12. #define GAD_XSIZE    7
  13. #define GAD_YSIZE    8
  14. #define GAD_FXP        9
  15. #define GAD_QUIT     10
  16. #define GAD_ABOUT     11
  17. #define GAD_LOAD    12
  18. #define GAD_SAVE    13
  19. #define GAD_PRINT    14
  20. #define GAD_VIEW    15
  21. #define GAD_TASK    16
  22. #define GAD_CYCLE    17
  23. #define GAD_DEFAULT    18
  24. #define GAD_MOUSE    19
  25. #define GAD_COLOR    20
  26. #define GAD_DEPTH    21
  27.